object WallpaperForm: TWallpaperForm Left = 294 Top = 358 AutoSize = True BorderStyle = bsDialog Caption = 'Wallpaper' ClientHeight = 201 ClientWidth = 553 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poMainFormCenter PixelsPerInch = 96 TextHeight = 13 object MP: TPanel Left = 0 Top = 0 Width = 553 Height = 201 BevelOuter = bvNone TabOrder = 0 object Button1: TButton Left = 16 Top = 162 Width = 81 Height = 25 Caption = '&Ok' Default = True ModalResult = 1 TabOrder = 2 end object Button2: TButton Left = 112 Top = 162 Width = 81 Height = 25 Cancel = True Caption = '&Cancel' ModalResult = 2 TabOrder = 3 end object GroupBox1: TGroupBox Left = 16 Top = 90 Width = 521 Height = 57 Caption = ' Wallpaper Style ' TabOrder = 1 object RadioButton1: TRadioButton Left = 16 Top = 24 Width = 81 Height = 17 Caption = 'Centered' Checked = True TabOrder = 0 TabStop = True end object RadioButton2: TRadioButton Tag = 1 Left = 128 Top = 24 Width = 65 Height = 17 Caption = 'Tiled' TabOrder = 1 end object RadioButton3: TRadioButton Tag = 2 Left = 224 Top = 24 Width = 89 Height = 17 Caption = 'Stretched' TabOrder = 2 end end object GroupBox2: TGroupBox Left = 16 Top = 12 Width = 521 Height = 65 Caption = ' Image File ' TabOrder = 0 object Edit1: TEdit Left = 16 Top = 24 Width = 417 Height = 21 TabOrder = 0 end object BitBtn1: TBitBtn Left = 440 Top = 23 Width = 65 Height = 24 Caption = '&Browse' TabOrder = 1 OnClick = BitBtn1Click end end end object OpenDialog: TOpenPictureDialog Filter = 'Bitmaps (*.bmp)|*.bmp' Left = 272 Top = 160 end end